home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 23.zip / BS1 part 23 / NazCron v1.02.adf / Nazcron1.1_Upgrade < prev    next >
Text File  |  1990-08-29  |  11KB  |  222 lines

  1.   New NazCron, V1.1
  2.  
  3.      A new version of NazCron is now available.  This version
  4.      incorporates several new features and improvements and is now
  5.      accompanied by a new program: the NazCron Event Manager, Naz'EM.
  6.      Naz'EM is an Intuitionized NazCron front end.
  7.  
  8.      NOTE - although NazCron features an extensive ARexx interface, you
  9.      still do NOT need ARexx to use NazCron.
  10.  
  11.      NazCron Version 1.1 improvements.
  12.  
  13.           o   The command portion of the NazCron event is no longer
  14.               converted to uppercase in memory.  Previous versions of
  15.               NazCron converted the entire event to upper case to
  16.               facilitate quick command searching using the fast,
  17.               AmigaDOS EXEC functions.  Now, only the event name is
  18.               converted to UC; the command portion will remain exactly
  19.               as supplied by the user.  This was a bothersome
  20.               restriction to about 20% of registered users and turned
  21.               out to be easily remedied.
  22.  
  23.           o   Event parsing has been re-designed.  Parsing is now much
  24.               quicker and uses about 500 fewer bytes of memory.  A
  25.               beneficial side effect of this re-design is that there is
  26.               now no arbitrary limit to the size of a NazCron event or
  27.               the individual elements that make up that event.
  28.               Remember, though, that the AmigaDOS command limit is 255
  29.               characters.
  30.  
  31.           o   All time values are now range checked.  The ranges are:
  32.                     Minutes   0-59
  33.                     Hours     0-23
  34.                     Days      1-31
  35.                     Months    1-12
  36.                     Day of Wk 0-6
  37.               Yes, it is still possible to specify Feb 30 or November 31.
  38.  
  39.           o   NazCron 1.1 now does event error reporting.  While you
  40.               will not be told details of the error, NazCron will
  41.               display an error window apprising you of the fact that an
  42.               error was encountered in your CronTab file at the time
  43.               NazCron attempts to load the file.  As in previous
  44.               versions of NazCron, the entire CronTab file is purged
  45.               from the active list when one error is encountered.  On an
  46.               error encountered in an ARexx introduced event, NazCron
  47.               will return the error code "RC_ERROR" (return code 10) to
  48.               ARexx and will not display the error window.
  49.  
  50.           o   The status command now returns the NazCron version number
  51.               in addition to the processing state, event file lock
  52.               status and CronTab file name.  With this version, of
  53.               course, the version returned will be "1.1".  The version
  54.               number will appear as ASCII characters following the
  55.               CronTab file name, separated from it by a tab character.
  56.  
  57.           o   NazCron 1.1 implements a direct ARexx interface.  If a CLI
  58.               command begins with the characters "rx ", NazCron will
  59.               attempt to send the remaining characters (starting with
  60.               the next non white-space character) directly to the ARexx
  61.               asynchronous command port (ARexx v1.1 only).  This will
  62.               assure a much quicker "launch", one not tying up a CLI for
  63.               each script.  If ARexx is not available, or if the user is
  64.               running an earlier version of ARexx (e.g. v1.06), the
  65.               entire command line, including "rx ", will be launched as
  66.               a CLI command in the normal manner.
  67.  
  68.  
  69.      Naz'EM Version 1.0
  70.  
  71.      This release of NazCron contains a new program, the NazCron Event
  72.      Manager, Naz'EM.  Naz'EM is an Intuition based NazCron front end
  73.      which makes realtime NazCron control possible for those who don't
  74.      own ARexx and easier for those who do.  In addition Naz'EM has two
  75.      built-in editors.
  76.  
  77.           o   One editor handles active events, those which NazCron is
  78.               currently processing.  It allows you to add, delete or
  79.               change an event in realtime, without affecting any other
  80.               events currently being processed.
  81.  
  82.           o   The second editor provides a more reliable method of
  83.               building and maintaining CronTab files.  While a CronTab
  84.               may be built easily with any text editor, Naz'EM is
  85.               specialized to do value and range checking on the time
  86.               values you use in your event, as well as to make sure that
  87.               the event is constructed properly, in the right order,
  88.               with no missing pieces.  The built-in parsing function can
  89.               help save you much debugging time when entering new
  90.               events.
  91.  
  92.           o   With Naz'EM you can use menu selections to SUSPEND or
  93.               RESUME NazCron, LOCK or UNLOCK events, close the current
  94.               event file or start processing from a new file, start or
  95.               stop NazCron and more.
  96.  
  97.           o   Click on a button to display NazCron status as well as a
  98.               list of all currently active named events.  Double click
  99.               on one of the event names and the full event detail will
  100.               be made available to examine or edit.  There are ADD,
  101.               UPDATE and DELETE buttons to allow you to add, update or
  102.               delete active events online.  In addition, the edit menu
  103.               gives you these plus COPY and PASTE functions, all with
  104.               keyboard shortcuts.
  105.  
  106.           o   Move to the file editor to edit a CronTab file.  The
  107.               screen display shows you all of the events in the file.
  108.               You may perform similar editing functions on the events in
  109.               the file without affecting active events.  All editing is
  110.               done in memory, leaving your file as it was until you save
  111.               it.  When done making your changes, click on the SAVE
  112.               button or select the SAVE menu item to update the file.
  113.  
  114.           o   Deleting or copying an event, whether from the active
  115.               events list or from a file, places the entire event into a
  116.               paste buffer.  The contents of the paste buffer may then
  117.               be PASTEd in either the Active or File editor.  So, you
  118.               can clip events out of one or more files and make them
  119.               active by ADDing them to the active list.  You could also
  120.               test an active event until you are sure it is working,
  121.               COPY it and PASTE it into a CronTab file, making it
  122.               permanent.
  123.  
  124.           o   Both editing screens have HELP and SHRINK buttons and date
  125.               and time fields.
  126.  
  127.           o   HELP displays detailed information on all of the features.
  128.  
  129.           o   SHRINK will close the current window and place a tiny
  130.               window on your Workbench screen with a single EXPAND
  131.               button.  You can move this shrunken window to some
  132.               unobtrusive spot on your Workbench and Naz'EM will
  133.               remember the spot the next time you select SHRINK.  Click
  134.               on the EXPAND button when you are ready use Naz'EM again.
  135.  
  136.           o   The date and time fields provide a helpful reference when
  137.               building or changing events or testing the "launch" of a
  138.               new or modified event.
  139.  
  140.  
  141.  
  142.      And now for something completely different.
  143.  
  144.      NazCron 1.1 and Naz'EM are now commercial products.  They are NOT
  145.      shareware as previous versions of NazCron were.  NazCron and Naz'EM
  146.      are now only available from Black Belt Systems as part of the "C
  147.      Toolshed" package for only $19.95*.  WAIT!  As they say on late
  148.      night TV.  There's more!  NazCron and Naz'EM are only 2 of the many
  149.      useful things you will find in the "C Toolshed".  The Toolshed also
  150.      contains the following:
  151.  
  152.           o   AutoDoc generator - creates index, table of contents, and
  153.               document body,
  154.           o   Encrypt tool - unbreakable data security - not even the
  155.               NSA can beat this utility,
  156.           o   PrettyPrinter - makes C source readable, no matter how
  157.               badly written,
  158.           o   Document statistics tool for analyzing reports, meeting
  159.               space restrictions,
  160.           o   Executable priority controller - Intuitionized process-
  161.               only, it's very useful for testing applications,
  162.           o   MS-Dos to AmigaDOS file conversion tool,
  163.           o   C Comment stripper - start all over with PD code, create
  164.               meaningful, structured, "autodocable" comments,
  165.           o   User documentation reader with italics, boldface,
  166.               underline and colors.  Make your on-disk docs shine!
  167.  
  168.           Worth far more than the original $10 NazCron registration fee,
  169.           right?  Well there's still more.  The C Toolshed also contains
  170.           boilerplate "C" source code for generating your own
  171.           applications in "C".  This is not a run time library or even a
  172.           linkable function library but actual "C" source code that you
  173.           may do with as you wish.  All routines may be utilized without
  174.           charge or royalty in your programs whether they be public
  175.           domain, shareware or commercial applications. No longer do you
  176.           have to struggle to get started.  You will have at your
  177.           fingertips:
  178.  
  179.           o   Unified CLI and WorkBench argument parsing - just add
  180.               table entries,
  181.           o   Complete CLI help generation - automatically; just add
  182.               table entries,
  183.           o   ARexx Host interface: recursion, prioritized
  184.               interpretation, argument passing,
  185.           o   Working Window, Menu, Intuitext, Timer and Serial port
  186.               example source,
  187.           o   Programmed flow-thru error propagation - extensible by
  188.               simple table entry,
  189.           o   PowerWindows use demo - how to best identify and process
  190.               gadgets and menus,
  191.           o   Superb linkable file requester, simple to interface,
  192.               extremely powerful,
  193.           o   Source code is fully documented in AutoDoc format -
  194.               indexed, table of contents.
  195.  
  196.           All source code and tools are documented on the disk, and
  197.           technical support is available at Black Belt Systems' Tech
  198.           Support number.
  199.  
  200.      To obtain your copy of the "C Toolshed" with NazCron 1.1 and Naz'EM
  201.      1.0, see your Amiga software dealer or send a check for $19.95 to:
  202.  
  203.                               Black Belt Systems
  204.                                398 Johnson Road
  205.                                 RR-1, Box 4272
  206.                               Glasgow, MT  59230
  207.  
  208.                                    or call
  209.  
  210.  
  211.                            US Sales: (800) TK-AMIGA
  212.                 International Sales: (406) 367-5513
  213.                       Tech Support - (406) 367-5509
  214.                                 FAX: (406) 367-AFAX
  215.  
  216.      * Registered NazCron users are in for a very pleasant surprise.  If
  217.      you are a registered user and have not yet been contacted, please
  218.      call Black Belt Systems and have your registration number handy.
  219.      And thanks to you all for your support...
  220.  
  221.      - Don Nafis
  222.